Return

Edit Task: DurationMinGap

Description

The DurationMinGap attribute under EditTask defines the minimum duration of gap between adjacent assignments for this task. This value is only applicable if DurationIsOverlapRequired is set to FALSE (allow gaps).

Parameters

ParameterDescription
DurationMinGapA double value greater than or equal to zero that defines the task's minimum gap duration constraint between this task's assignments. Any two assignments can be separated by a minimum of this duration value. Used when DurationIsOverlapRequired = false.

Examples

Sets the min gap duration to 10s.

PATCH api/task/TaskA

Body:

{

"DurationMinGap" : "10"

}